home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demo.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  247 b   |  17 lines

  1. on startMovie
  2.   set the mouseDownScript to "donescript"
  3.   set the timeoutLength to 6 * 60
  4.   set the timeoutScript to EMPTY
  5.   flagsetter()
  6.   preLoadCast(1, 10)
  7. end
  8.  
  9. on stopMovie
  10.   flagsetter()
  11. end
  12.  
  13. on soundstopper
  14.   sound stop 1
  15.   sound stop 2
  16. end
  17.